home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON02 / ACT02A / L02A2.DIR / scripts.cst_11_ready to play.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  125 b   |  9 lines

  1. on exitFrame
  2.   global gClothingList
  3.   if gClothingList = [] then
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.